home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 10 - 1994 / 10.02 Feb 94 / DigiSign / SoundByteUtils.h < prev   
Encoding:
Text File  |  1993-11-22  |  322 b   |  13 lines  |  [TEXT/KAHL]

  1. // headers
  2.  
  3. #define hiword(x)    (((short *) &(x))[0])
  4. #define loword(x)    (((short *) &(x))[1])
  5.  
  6. void     BasicInitializations();
  7. Boolean    Prerequisites();
  8. void    ApplicationStartup();
  9. void    DisplayUserAlert(short messageID, Boolean exitToShell, OSErr error);
  10. void     AlertOSErr(OSErr error);
  11. Handle     GetTempHandle();
  12. void     DoAbout();
  13.